home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Misc / SC / Source / scFrontend.h < prev    next >
Encoding:
Text File  |  1992-02-03  |  271 b   |  17 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface scFrontend:Object
  7. {
  8.   BOOL gotFile;
  9. }
  10.  
  11. - appDidInit:sender;
  12. - (id)openBlankSheet:sender;
  13. - (int)appOpenFile:(const char *)path type:(const char *)type;
  14. - (BOOL)appAcceptsAnotherFile:sender;
  15.  
  16. @end
  17.